toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]CertificateErrorCallback
/
Params
Params
public
interface
Params
The parameters of the
CertificateErrorCallback
.
Members
Functions
certificate
Link copied to clipboard
public
Certificate
certificate
(
)
Returns the SSL certificate bound to the request which the certificate error occurred in.
error
Link copied to clipboard
public
NetError
error
(
)
Returns the network error code which describes the reason of the certificate error.
is
Main
Frame
Link copied to clipboard
public
boolean
isMainFrame
(
)
Indicates whether the navigation is taking place in the main frame.
url
Link copied to clipboard
public
String
url
(
)
Returns a string that represents the URL of the request that required the client certificate selection.